home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cdity / RecallV30.lha / Recall / Utilities / SetMouse.doc < prev    next >
Text File  |  1995-05-12  |  741b  |  27 lines

  1. SetMouse V1.0   © 1995 Ketil Hunn
  2. =================================
  3.  
  4. Small utility to move the mousepointer to any coordinates on the
  5. screen.  Useful for Recall Input events since the position of the
  6. mousepointer is not accessible through the rawmouse input class.
  7.  
  8. Usage:
  9. SetMouse XPOS=NUMBER/A/N,YPOS=NUMBER/A/N
  10.  
  11. Examples:
  12. SetMouse 50 100              (mousepointer jumps to X=50 Y=100)
  13. SetMouse XPOS=50 YPOS=100
  14. SetMouse -1 -1               (centres the mousepointer on the screen)
  15.  
  16. Hint:
  17. I also call 'SetMouse -1 -1' in my S:Startup-Sequence right before the
  18. Workench screen is opened, so the mousepointer alway appear centred
  19. on the screen (as in MS-Windows).
  20.  
  21. SetMouse V1.0 is FREEWARE!
  22.  
  23. --
  24. Ketil Hunn
  25. Ketil.Hunn@hiMolde.no
  26. March 1995
  27.